# Generated by vite.config.ts — do not edit. Read by Cloudflare only.
/*
  Content-Security-Policy: default-src 'self'; base-uri 'none'; object-src 'none'; frame-ancestors 'none'; script-src 'self'; style-src 'self' 'unsafe-inline'; img-src 'self' data: https://static-cdn.jtvnw.net; frame-src 'self'; connect-src 'self'; form-action 'self'
  X-Content-Type-Options: nosniff
  Referrer-Policy: strict-origin-when-cross-origin
  Permissions-Policy: camera=(), microphone=(), geolocation=(), payment=()

# Rollup puts a content hash in every asset filename, so these bytes can
# never change under a given URL — a new build writes new names. Cloudflare
# serves them max-age=0, must-revalidate by default, which spends a
# conditional request per asset per visit to be told nothing changed.
/assets/*
  Cache-Control: public, max-age=31536000, immutable

# The opposite: this is how a dashboard left open for a week finds out it
# is stale, so a cached copy defeats the entire mechanism.
/version.json
  Cache-Control: no-store
